From: Victor Chong Date: Mon, 29 Jan 2018 09:08:34 +0000 (+0900) Subject: poplar: Fix typo X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=ce2547f8d3e0fb526ea4a6bdffc4db8905106a30;p=project%2Fbcm63xx%2Fatf.git poplar: Fix typo Signed-off-by: Victor Chong Tested-by: Shawn Guo --- diff --git a/plat/hisilicon/poplar/platform.mk b/plat/hisilicon/poplar/platform.mk index d53e0627..0fb8f6b2 100644 --- a/plat/hisilicon/poplar/platform.mk +++ b/plat/hisilicon/poplar/platform.mk @@ -8,7 +8,7 @@ POPLAR_TSP_RAM_LOCATION := dram ifeq (${POPLAR_TSP_RAM_LOCATION}, dram) POPLAR_TSP_RAM_LOCATION_ID = POPLAR_DRAM_ID -else ifeq (${HIKEY960_TSP_RAM_LOCATION}, sram) +else ifeq (${POPLAR_TSP_RAM_LOCATION}, sram) POPLAR_TSP_RAM_LOCATION_ID := POPLAR_SRAM_ID else $(error "Currently unsupported POPLAR_TSP_RAM_LOCATION value") @@ -68,7 +68,7 @@ BL1_SOURCES += \ drivers/io/io_fip.c \ drivers/io/io_memmap.c \ plat/hisilicon/poplar/bl1_plat_setup.c \ - plat/hisilicon/poplar/plat_storage.c \ + plat/hisilicon/poplar/plat_storage.c BL2_SOURCES += \